home *** CD-ROM | disk | FTP | other *** search
- property done
-
- on exitFrame me
- global gToolBarTextMan, gConMan
- if not done then
- sendAllSprites(#sendToolBarCoverAway)
- sendAllSprites(#bringResourceButtonsForward)
- nextDecision = getNextInteriorDecision(gConMan)
- case nextDecision of
- #staircase, #staircases:
- whichText = "int_FlooringOut_StairsNext"
- #fireplaces:
- whichText = "int_FlooringOut_FireplacesNext"
- #kitchenStyles:
- whichText = "int_FlooringOut_KitchenStyles"
- end case
- setToolBarText(gToolBarTextMan, whichText)
- end if
- go(the frame)
- end
-